/*企业优势*/
/*$$
{
	"color":[
		{"val":"#333333","title":"中文标题默认颜色"},
		{"val":"#666666","title":"英文标题默认颜色"},
		{"val":"#ffffff","title":"左侧模块的字体颜色"},
		{"val":"#333333","title":"右侧模块的字体颜色"}
	],
	"background":[
		{"val":"#fdd432","title":"按钮的默认背景色"}
	],
	"border":[
	
	]
}
$$*/
#why_158 {
  padding: 40px 0 40px;
}

#why_158 .why_box {
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

#why_158 .why_box .modt25_tit {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 100%;
  overflow: hidden;
}

#why_158 .why_box .modt25_tit .mdB {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  align-content: flex-end;
  width: 240px;
}

#why_158 .why_box .modt25_tit .mdB .mdBI {
  margin-right: 10px;
}

#why_158 .why_box .modt25_tit .mdB .mdBI .mdBIG {
  height: 60px;
  width: auto;
  display: block;
}

#why_158 .why_box .modt25_tit .mdB .mdBT .mdBTH {
  font-size: 24px;
  color: #333333;
  line-height: 30px;
}

#why_158 .why_box .modt25_tit .mdB .mdBT .mdBTP {
  font-size: 14px;
  line-height: 20px;
  color: #666666;
}

#why_158 .why_box .modt25_tit .mdB.lineK {
  position: relative;
}

#why_158 .why_box .modt25_tit .mdB.lineK::after {
  width: 480px;
  height: 100%;
  position: absolute;
  content: '';
  top: 50%;
  left: 0;
  transform: translate(-100%, -50%) rotate(180deg);
  background: url("/static/images/IC24_line.png") no-repeat left center;
  background-size: auto 26px;
}

#why_158 .why_box .modt25_tit .mdB.lineK::before {
  width: 480px;
  height: 100%;
  position: absolute;
  content: '';
  top: 50%;
  right: 0;
  transform: translate(100%, -50%);
  background: url("/static/images/IC24_line.png") no-repeat left center;
  background-size: auto 26px;
}

#why_158 .why_box .whyCImgs {
  width: 100%;
  height: 500px;
  position: relative;
  margin-top: 60px;
}

#why_158 .why_box .whyCImgs .whyCImg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  position: absolute;
  top: 0;
  right: 0;
}

#why_158 .why_box .whyCImgs .whyC {
  position: relative;
  z-index: 3;
  width: 100%;
  height: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}

#why_158 .why_box .whyCImgs .whyC .info {
  margin-bottom: 30px;
}

#why_158 .why_box .whyCImgs .whyC .info .infoh2 {
  font-size: 22px;
  color: #ffffff;
  line-height: 24px;
  font-weight: bold;
}

#why_158 .why_box .whyCImgs .whyC .info .infodes {
  font-size: 16px;
  color: #ffffff;
  margin-top: 10px;
}

#why_158 .why_box .whyCImgs .whyC .info .infoa {
  margin-top: 40px;
  display: block;
  width: 110px;
  height: 38px;
  line-height: 38px;
  background: #fdd432;
  font-size: 14px;
  border-radius: 0 20px 20px 0;
  text-align: center;
  color: #333333;
  transition: 0.3s ease;
}

#why_158 .why_box .whyCImgs .whyC .info .infoa:hover {
  border-radius: 20px;
  color: #173c8b;
}

#why_158 .why_box .whyCImgs .whyC .wul {
  width: 360px;
}

#why_158 .why_box .whyCImgs .whyC .wul .wli {
  width: 100%;
  height: 140px;
  margin-bottom: 18px;
  background: #ffffff;
  box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.2);
  padding: 0 20px 0 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  box-sizing: border-box;
  cursor: pointer;
  transition: 0.3s ease;
}

#why_158 .why_box .whyCImgs .whyC .wul .wli .wdesh2 {
  width: 100%;
}

#why_158 .why_box .whyCImgs .whyC .wul .wli .wdesh2 .wdesh2sp {
  font-size: 16px;
  color: #333333;
  position: relative;
}

#why_158 .why_box .whyCImgs .whyC .wul .wli .wdesh2 .wdesh2sp::after {
  content: '';
  width: 12px;
  height: 12px;
  background: url("/static/images/NP52_ty.png") no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translate(-100%, -50%);
}

#why_158 .why_box .whyCImgs .whyC .wul .wli .wdes {
  width: 100%;
  margin-top: 14px;
  line-height: 20px;
  font-size: 14px;
  color: #666666;
}

#why_158 .why_box .whyCImgs .whyC .wul .wli .wdese {
  width: 100%;
  margin-top: 14px;
  font-size: 12px;
  color: #333333;
}

#why_158 .why_box .whyCImgs .whyC .wul .wli:last-child {
  margin-bottom: 0;
}

#why_158 .why_box .whyCImgs .whyC .wul .wli:hover {
  transform: scale(1.1);
  box-shadow: 0 10px 10px 0px rgba(0, 0, 0, 0.2);
  background: linear-gradient(to right, #fee377, #fedd61, #fdd641, #fdd432);
}

@media (max-width: 850px) {
  #why_158 {
    padding: 30px 0 20px;
  }
  #why_158 .why_box {
    box-sizing: border-box;
    width: 100%;
  }
  #why_158 .why_box .modt25_tit {
    width: calc(100% - 30px);
    margin: 0 auto;
    overflow: hidden;
  }
  #why_158 .why_box .modt25_tit .mdB {
    width: 160px;
  }
  #why_158 .why_box .modt25_tit .mdB .mdBI .mdBIG {
    height: 40px;
  }
  #why_158 .why_box .modt25_tit .mdB .mdBT .mdBTH {
    font-size: 20px;
    line-height: 20px;
  }
  #why_158 .why_box .modt25_tit .mdB .mdBT .mdBTP {
    line-height: 14px;
    font-size: 12px;
  }
  #why_158 .why_box .modt25_tit .mdB.lineK::after {
    background-size: auto 16px;
  }
  #why_158 .why_box .modt25_tit .mdB.lineK::before {
    background-size: auto 16px;
  }
  #why_158 .why_box .whyCImgs {
    height: auto;
    background: #173c8b;
    padding: 30px 15px;
    box-sizing: border-box;
    margin-top: 35px;
  }
  #why_158 .why_box .whyCImgs .whyCImg {
    display: none;
  }
  #why_158 .why_box .whyCImgs .whyC {
    flex-wrap: wrap;
  }
  #why_158 .why_box .whyCImgs .whyC .info {
    width: 100%;
    text-align: center;
  }
  #why_158 .why_box .whyCImgs .whyC .info .infoh2 {
    font-size: 20px;
    line-height: 20px;
  }
  #why_158 .why_box .whyCImgs .whyC .info .infodes {
    font-size: 14px;
    line-height: 20px;
  }
  #why_158 .why_box .whyCImgs .whyC .info .infoa {
    border-radius: 20px;
    line-height: 34px;
    height: 34px;
    margin: 25px auto 0;
  }
  #why_158 .why_box .whyCImgs .whyC .info .infoa .infospan {
    font-size: 12px;
  }
  #why_158 .why_box .whyCImgs .whyC .wul {
    width: 100%;
  }
  #why_158 .why_box .whyCImgs .whyC .wul .wli .wdesh2 {
    width: 100%;
  }
  #why_158 .why_box .whyCImgs .whyC .wul .wli .wdes {
    font-size: 12px;
  }
  #why_158 .why_box .whyCImgs .whyC .wul .wli:hover {
    transform: scale(1.05);
  }
}
